runtime.muintptr.set (method)

19 uses

	runtime (current package)
		coro.go#L140: 		gp.lockedm.set(nil)
		coro.go#L233: 		gnext.lockedm.set(mp)
		debugcall.go#L148: 		newg.lockedm.set(mp)
		debugcall.go#L195: 	gp.lockedm.set(mp)
		mgc.go#L1389: 	node.m.set(acquirem())
		mgc.go#L1447: 		node.m.set(acquirem())
		mgc.go#L1546: 			node.m.set(nil)
		proc.go#L2411: 	gp.lockedm.set(mp)
		proc.go#L2684: 	mp.schedlink.set(mnext)
		proc.go#L2768: 		newmHandoff.newm.set(mp)
		proc.go#L5275: 	gp.lockedm.set(gp.m)
		proc.go#L5812: 			pp.m.set(mget())
		proc.go#L5879: 	pp.m.set(gp.m)
		proc.go#L6467: 	sched.midle.set(mp)
		runtime2.go#L313: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
		runtime2.go#L321: 	(*muintptr)(unsafe.Pointer(mp)).set(new)
		rwmutex.go#L91: 				rw.readers.set(m)
		rwmutex.go#L132: 			rw.writer.set(m)
		rwmutex.go#L154: 		reader.schedlink.set(nil)